# ostree-rs
[](https://gitlab.com/fkrull/ostree-rs/commits/master)
-[](https://crates.io/crates/libostree)
-[](https://fkrull.gitlab.io/ostree-rs/libostree)
+[](https://crates.io/crates/ostree)
+[](https://fkrull.gitlab.io/ostree-rs/ostree)
**Rust** bindings for [libostree](https://ostree.readthedocs.io).
## Using
### Requirements
-The `libostree` crate requires libostree and the libostree development headers.
+The `ostree` crate requires libostree and the libostree development headers.
On Debian/Ubuntu, they can be installed with:
```ShellSession
```toml
[dependencies]
-libostree = "0.1"
+ostree = "0.2"
```
To use features from later libostree versions, you need to specify the release
version as well:
```toml
-[dependencies.libostree]
-version = "0.1"
+[dependencies.ostree]
+version = "0.2"
features = ["v2018_7"]
```
## Developing
-The `libostree` and `ostree-sys` crates can be built and tested using regular
+The `ostree` and `ostree-sys` crates can be built and tested using regular
Cargo commands.
### Generated code
the included Makefile:
```ShellSession
-$ make gir/libostree gir/ostree-sys
+$ make gir/ostree gir/ostree-sys
```
Run the following command to update the bundled gir files:
versioning helper yet so version bumps need to be done manually.
## License
-The libostree crate is licensed under the MIT license. See the LICENSE file for
+The `ostree` crate is licensed under the MIT license. See the LICENSE file for
details.
libostree itself is licensed under the LGPL2+. See its